home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / Translation / pardon.exe / {app} / Pardon.exe / 0 / RCDATA / TFRMABOUTBOX / TFRMABOUTBOX.txt < prev   
Text File  |  2000-10-30  |  4KB  |  186 lines

  1. object frmAboutBox: TfrmAboutBox
  2.   Left = 272
  3.   Top = 179
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 273
  7.   ClientWidth = 301
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnKeyUp = FormKeyUp
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblVersion: TLabel
  24.     Left = 112
  25.     Top = 45
  26.     Width = 9
  27.     Height = 13
  28.     Caption = '#'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object lblPardon: TLabel
  38.     Left = 110
  39.     Top = 10
  40.     Width = 104
  41.     Height = 37
  42.     Caption = 'Pardon'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -33
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ParentFont = False
  49.     Transparent = True
  50.   end
  51.   object lblCopyright: TLabel
  52.     Left = 112
  53.     Top = 62
  54.     Width = 127
  55.     Height = 13
  56.     Caption = 'Copyright ∩┐╜ 2000 SoftBear'
  57.     Transparent = True
  58.   end
  59.   object lblPleasePay: TLabel
  60.     Left = 112
  61.     Top = 176
  62.     Width = 177
  63.     Height = 56
  64.     AutoSize = False
  65.     Caption = 
  66.       'Please consider paying us a small amount of $10 if you like and ' +
  67.       'use this program. We have really worked hard to make it the way ' +
  68.       'it is today.'
  69.     Font.Charset = DEFAULT_CHARSET
  70.     Font.Color = clWindowText
  71.     Font.Height = -8
  72.     Font.Name = 'MS Sans Serif'
  73.     Font.Style = []
  74.     ParentFont = False
  75.     WordWrap = True
  76.   end
  77.   object bvlSeparator2: TBevel
  78.     Left = 112
  79.     Top = 166
  80.     Width = 177
  81.     Height = 11
  82.     Shape = bsTopLine
  83.   end
  84.   object bvlSeparator1: TBevel
  85.     Left = 112
  86.     Top = 83
  87.     Width = 177
  88.     Height = 6
  89.     Shape = bsTopLine
  90.   end
  91.   object lblInternetLink: TLabel
  92.     Left = 113
  93.     Top = 107
  94.     Width = 140
  95.     Height = 13
  96.     Cursor = crHandPoint
  97.     Caption = 'http://www.softbeartech.com'
  98.     Font.Charset = DEFAULT_CHARSET
  99.     Font.Color = clBlue
  100.     Font.Height = -11
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = [fsUnderline]
  103.     ParentFont = False
  104.     OnClick = lblInternetLinkClick
  105.   end
  106.   object lblEmailLink: TLabel
  107.     Left = 114
  108.     Top = 140
  109.     Width = 128
  110.     Height = 13
  111.     Cursor = crHandPoint
  112.     Caption = 'support@softbeartech.com'
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clBlue
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = [fsUnderline]
  118.     ParentFont = False
  119.     OnClick = lblEmailLinkClick
  120.   end
  121.   object lblInternet: TLabel
  122.     Left = 114
  123.     Top = 94
  124.     Width = 39
  125.     Height = 13
  126.     Caption = 'Internet:'
  127.   end
  128.   object lblEmail: TLabel
  129.     Left = 115
  130.     Top = 128
  131.     Width = 31
  132.     Height = 13
  133.     Caption = 'E-mail:'
  134.   end
  135.   object pnlLogo: TPanel
  136.     Left = 8
  137.     Top = 8
  138.     Width = 97
  139.     Height = 259
  140.     BevelInner = bvLowered
  141.     BevelOuter = bvNone
  142.     TabOrder = 0
  143.     object Image1: TImage
  144.       Left = 2
  145.       Top = 1
  146.       Width = 93
  147.       Height = 256
  148.       Picture.Data = {<image001.bmp>}
  149.     end
  150.     object lblLogo: TLabel
  151.       Left = 52
  152.       Top = 29
  153.       Width = 38
  154.       Height = 39
  155.       AutoSize = False
  156.       DragMode = dmAutomatic
  157.       Transparent = True
  158.     end
  159.     object lblSoftBear: TLabel
  160.       Left = 17
  161.       Top = 240
  162.       Width = 66
  163.       Height = 13
  164.       AutoSize = False
  165.       Transparent = True
  166.       OnDragDrop = lblSoftBearDragDrop
  167.       OnDragOver = lblSoftBearDragOver
  168.     end
  169.   end
  170.   object btnOK: TButton
  171.     Left = 208
  172.     Top = 240
  173.     Width = 75
  174.     Height = 25
  175.     Caption = '&OK'
  176.     Default = True
  177.     ModalResult = 1
  178.     TabOrder = 1
  179.     OnClick = btnOKClick
  180.   end
  181.   object spkBeeper: TBTBeeper
  182.     Left = 256
  183.     Top = 120
  184.   end
  185. end
  186.